#floatdiv {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('http://www.farennews.com/assets/images/floating.png');
  background-size: 150px 150px;
  cursor: pointer;
  z-index: 999;
  border-radius: 20px 20px;
}
#clickclose {
  position: absolute;
  top: 10px;
  right: 10px;
  color: darksalmon;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  cursor: pointer;
  border-radius: 20% 20%;
}